Skip to content

Comments

Added authorization via LDAP#1329

Closed
svesh wants to merge 1 commit intoabhinavsingh:developfrom
svesh:ldap-auth
Closed

Added authorization via LDAP#1329
svesh wants to merge 1 commit intoabhinavsingh:developfrom
svesh:ldap-auth

Conversation

@svesh
Copy link

@svesh svesh commented Apr 25, 2023

No description provided.

Copy link
Owner

@abhinavsingh abhinavsingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Good to merge once we can remove python-ldap as a mandatory dependency.

@@ -1,2 +1,3 @@
setuptools-scm == 6.3.2
twine==3.8.0
python-ldap==3.4.3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. We should not add this as a release requirement
  2. Since auth_ldap is just an example plugin, it's upto user to install the dependency if they choose to use this plugin
  3. We kind of do similar thing for other plugins where a dependency might be required.

Otherwise, now to install proxy.py, users will also need to install python-ldap even when not using the plugin.

@svesh svesh closed this by deleting the head repository Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants